From d9171d3a3dc4d5f808d4f4ff2b97ea5c0277c437 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 2 Apr 2001 10:18:33 +0000 Subject: [PATCH] (cursor-in-non-selected-windows): Replaces show-cursor-in-non-selected-windows. --- lisp/frame.el | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/lisp/frame.el b/lisp/frame.el index c05347c2d4b..299cfa52b01 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -1196,18 +1196,15 @@ itself as a pre-command hook." :group 'cursor) -(defcustom show-cursor-in-non-selected-windows t +(defcustom cursor-in-non-selected-windows t "*Non-nil means show a hollow box cursor in non-selected-windows. If nil, don't show a cursor except in the selected window. -Setting this variable directly has no effect; use custom instead -\(or set the variable `cursor-in-non-selected-windows')." +Use Custom to set this variable to get the display updated." :tag "Cursor in non-selected windows" :type 'boolean :group 'cursor - :get #'(lambda (symbol) cursor-in-non-selected-windows) :set #'(lambda (symbol value) (set-default symbol value) - (setq cursor-in-non-selected-windows value) (force-mode-line-update t))) -- 2.30.2